vuex的actions屬性
vuex的actions屬性是用來處理異步方法的,通過提交mutations實現。 actions里要傳入兩個參數context和playload 調用actions的時候,使用this.$sto ...
vuex的actions屬性是用來處理異步方法的,通過提交mutations實現。 actions里要傳入兩個參數context和playload 調用actions的時候,使用this.$sto ...